Replace XendDomainInfo.setStoreChannel with XendDomainInfo.closeStoreChannel.
authoremellor@ewan <emellor@ewan>
Sat, 17 Sep 2005 17:09:31 +0000 (18:09 +0100)
committeremellor@ewan <emellor@ewan>
Sat, 17 Sep 2005 17:09:31 +0000 (18:09 +0100)
commit9956336767adc87ba708751c7a394faa6661804e
tree61d3efde8ae2f49998dca6693e321d8a3e66df64
parent0fd36627da3791cac17b09256aef0bf0a0ee7430
Replace XendDomainInfo.setStoreChannel with XendDomainInfo.closeStoreChannel.
setStoreChannel was only ever called with channel=None (implying that the
current channel would be closed) so the other code there was superfluous.

Signed-off-by: Ewan Mellor<ewan@xensource.com>
tools/python/xen/xend/XendCheckpoint.py
tools/python/xen/xend/XendDomainInfo.py